CodecManagerVersion
Your application can determine the version of the installed Image Compression Manager by calling theCodecManagerVersion
function.
pascal OSErr CodecManagerVersion (long *version);
version
- Contains a pointer to a long integer that is to receive the version information. The Image Compression Manager returns its version number into this location. The version number is a long integer value.
DESCRIPTION
TheCodecManagerVersion
function returns the version information as a long integer value.RESULT CODES
noErr 0 No error SEE ALSO
"Getting Information About Compressors and Compressed Data," which begins on page 3-16, describes how to useCodecManagerVersion
.